Class 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)`
    • Constructor Detail

      • TransferEntryPoint

        public TransferEntryPoint()