Algorand TypeScript Testing
    Preparing search index...

    Class KeyRegistrationInnerTxn

    Hierarchy

    Implements

    • KeyRegistrationInnerTxn
    Index

    Properties

    fee: uint64
    firstValid: uint64
    firstValidTime: uint64
    groupIndex: uint64
    isItxn?: true
    lastValid: uint64
    lease: bytes<32>
    nonparticipation: boolean

    Marks an account nonparticipating for rewards

    note: bytes
    rekeyTo: Account
    scratchSpace: (uint64 | bytes)[]
    selectionKey: bytes<32>

    32 byte address

    sender: Account
    stateProofKey: bytes<64>

    64 byte state proof public key

    txnId: bytes<32>
    type: KeyRegistration = TransactionType.KeyRegistration

    Transaction type

    typeBytes: bytes = ...

    Transaction type as bytes

    voteFirst: uint64

    The first round that the participation key is valid.

    voteKey: bytes<32>

    32 byte address

    voteKeyDilution: uint64

    Dilution for the 2-level participation key

    voteLast: uint64

    The last round that the participation key is valid.

    Methods