VersionedWalletV5Internal class
- Inheritance
-
- Object
- TonSerialization
- VersionedWalletV5Operaion
- VersionedWalletV5Internal
Constructors
-
VersionedWalletV5Internal.new({required VersionedWalletV5InternalMessage message, required List<
int> signature}) - VersionedWalletV5Internal.deserialize({required Slice slice, required TonChain chain})
-
factory
Properties
- contractName → String
-
contract name
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → VersionedWalletV5InternalMessage
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signature
→ List<
int> -
final
- type → VersionedWalletV5OperaionType
-
the type of operation
finalinherited
Methods
-
contractCode(
TonChain chain) → Cell -
contract code
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Cell -
Serializes the object into a BOC cell.
inherited
-
store(
Builder builder) → void -
override
-
toBody(
) → Cell -
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the object to a JSON-compatible
Map<String, dynamic>
.override -
toString(
) → String -
Returns a string representation of the object,
including its runtime type and JSON serialization.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited