ReceiptTransfer: {
    amount: BN;
    assetId: string;
    id: string;
    is: BN;
    pc: BN;
    to: string;
    type: Transfer;
}

Type declaration

  • amount: BN

    Amount of coins transferred (u64)

  • assetId: string

    Asset ID of coins transferred (b256)

  • id: string

    Contract ID of current context if in an internal context, zero otherwise (b256)

  • is: BN

    Value of register $is (u64)

  • pc: BN

    Value of register $pc (u64)

  • to: string

    Contract ID of contract to transfer coins to (b256)

  • type: Transfer