Algorand TypeScript Testing
    Preparing search index...

    Class PaymentTransaction

    Hierarchy

    Implements

    • PaymentTxn
    Index

    Properties

    amount: uint64

    microalgos

    closeRemainderTo: Account

    32 byte address

    fee: uint64
    firstValid: uint64
    firstValidTime: uint64
    groupIndex: uint64
    lastValid: uint64
    lease: bytes<32>
    note: bytes
    receiver: Account

    32 byte address

    rekeyTo: Account
    scratchSpace: (uint64 | bytes)[]
    sender: Account
    txnId: bytes<32>
    type: Payment = TransactionType.Payment

    Transaction type

    typeBytes: bytes = ...

    Transaction type as bytes

    Methods