Skip to content

Commit

Permalink
chore: rebuild the contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kim (Hyunggun) committed Dec 6, 2024
1 parent 4fe0774 commit f8952ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"returns": {
"type": "byte[]"
},
"desc": "arc4.DynamicBytes are essentially an arc4.DynamicArray[arc4.Bytes] and some convenience methods."
"desc": "arc4.DynamicBytes is essentially an arc4.DynamicArray[arc4.Byte] with additional convenience methods"
}
],
"networks": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"returns": {
"type": "byte[]"
},
"desc": "arc4.DynamicBytes are essentially an arc4.DynamicArray[arc4.Bytes] and some convenience methods."
"desc": "arc4.DynamicBytes is essentially an arc4.DynamicArray[arc4.Byte] with additional convenience methods"
}
],
"networks": {}
Expand Down Expand Up @@ -202,7 +202,7 @@ def method() -> str:

@dataclasses.dataclass(kw_only=True)
class Arc4DynamicBytesArgs(_ArgsBase[bytes | bytearray]):
"""arc4.DynamicBytes are essentially an arc4.DynamicArray[arc4.Bytes] and some convenience methods."""
"""arc4.DynamicBytes is essentially an arc4.DynamicArray[arc4.Byte] with additional convenience methods"""

@staticmethod
def method() -> str:
Expand Down Expand Up @@ -294,7 +294,7 @@ def arc4_dynamic_bytes(
*,
transaction_parameters: algokit_utils.TransactionParameters | None = None,
) -> "Composer":
"""arc4.DynamicBytes are essentially an arc4.DynamicArray[arc4.Bytes] and some convenience methods.
"""arc4.DynamicBytes is essentially an arc4.DynamicArray[arc4.Byte] with additional convenience methods
Adds a call to `arc4_dynamic_bytes()byte[]` ABI method
Expand Down Expand Up @@ -521,7 +521,7 @@ def arc4_dynamic_bytes(
*,
transaction_parameters: algokit_utils.TransactionParameters | None = None,
) -> algokit_utils.ABITransactionResponse[bytes | bytearray]:
"""arc4.DynamicBytes are essentially an arc4.DynamicArray[arc4.Bytes] and some convenience methods.
"""arc4.DynamicBytes is essentially an arc4.DynamicArray[arc4.Byte] with additional convenience methods
Calls `arc4_dynamic_bytes()byte[]` ABI method
Expand Down

0 comments on commit f8952ae

Please sign in to comment.