Algorand TypeScript
    Preparing search index...

    Interface PaymentFields

    interface PaymentFields {
        amount?: uint64;
        closeRemainderTo?: bytes | Account;
        fee?: uint64;
        firstValid?: uint64;
        firstValidTime?: uint64;
        lastValid?: uint64;
        lease?: bytes;
        note?: string | bytes;
        receiver?: bytes | Account;
        rekeyTo?: bytes | Account;
        sender?: bytes | Account;
    }
    Index

    Properties

    amount?: uint64

    microalgos

    closeRemainderTo?: bytes | Account

    32 byte address

    fee?: uint64

    microalgos

    firstValid?: uint64

    round number

    firstValidTime?: uint64

    UNIX timestamp of block before txn.FirstValid. Fails if negative

    lastValid?: uint64

    round number

    lease?: bytes

    32 byte lease value

    note?: string | bytes

    Any data up to 1024 bytes

    receiver?: bytes | Account

    32 byte address

    rekeyTo?: bytes | Account

    32 byte Sender's new AuthAddr

    sender?: bytes | Account

    32 byte address