Class TransferEntryPoint
- java.lang.Object
-
- com.casper.sdk.model.transaction.entrypoint.TransactionEntryPoint
-
- com.casper.sdk.model.transaction.entrypoint.TransferEntryPoint
-
- All Implemented Interfaces:
CasperSerializableObject,Tag,SerializableObject
public class TransferEntryPoint extends TransactionEntryPoint
The `transfer` native entry point, used to transfer `Motes` from a source purse to a target purse.Requires the following runtime args:
- source": `URef`
- "target": `URef`
- "amount": `U512`
The following optional runtime args can also be provided:
- to": `Option(AccountHash)`
- "id": `Option(u64)`
-
-
Field Summary
-
Fields inherited from class com.casper.sdk.model.transaction.entrypoint.TransactionEntryPoint
ACTIVATE_BID_TAG, ADD_BID_TAG, ADD_RESERVATIONS_TAG, CALL_TAG, CANCEL_RESERVATIONS_TAG, CHANGE_BID_PUBLIC_KEY_TAG, CUSTOM_CUSTOM_INDEX, CUSTOM_TAG, DELEGATE_TAG, REDELEGATE_TAG, TAG_FIELD_INDEX, TRANSFER_TAG, UNDELEGATE_TAG, WITHDRAW_BID_TAG
-
-
Constructor Summary
Constructors Constructor Description TransferEntryPoint()
-
Method Summary
-
Methods inherited from class com.casper.sdk.model.transaction.entrypoint.TransactionEntryPoint
canEqual, equals, getByteTag, getName, getTag, hashCode, serialize, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.casper.sdk.model.clvalue.serde.CasperSerializableObject
serialize
-
-