@hashgraph/sdk
    Preparing search index...

    Class RequestTypeNamespace

    proto

    Index

    Properties

    _code AtomicBatch ConsensusCreateTopic ConsensusDeleteTopic ConsensusGetTopicInfo ConsensusSubmitMessage ConsensusUpdateTopic ContractAutoRenew ContractCall ContractCallLocal ContractCreate ContractDelete ContractGetBytecode ContractGetInfo ContractGetRecords ContractUpdate CreateTransactionRecord CrsPublication CryptoAccountAutoRenew CryptoAddLiveHash CryptoApproveAllowance CryptoCreate CryptoDelete CryptoDeleteAllowance CryptoDeleteLiveHash CryptoGetAccountBalance CryptoGetAccountRecords CryptoGetInfo CryptoGetLiveHash CryptoGetStakers CryptoTransfer CryptoUpdate EthereumTransaction FileAppend FileCreate FileDelete FileGetContents FileGetInfo FileUpdate Freeze GetAccountDetails GetByKey GetBySolidityID GetVersionInfo HintsKeyPublication HintsPartialSignature HintsPreprocessingVote HistoryAssemblySignature HistoryProofKeyPublication HistoryProofVote NetworkGetExecutionTime NodeCreate NodeDelete NodeStakeUpdate NodeUpdate None Prng ScheduleCreate ScheduleDelete ScheduleGetInfo ScheduleSign StateSignatureTransaction SystemDelete SystemUndelete TokenAccountWipe TokenAirdrop TokenAssociateToAccount TokenBurn TokenCancelAirdrop TokenClaimAirdrop TokenCreate TokenDelete TokenDissociateFromAccount TokenFeeScheduleUpdate TokenFreezeAccount TokenGetAccountNftInfos TokenGetInfo TokenGetNftInfo TokenGetNftInfos TokenGrantKycToAccount TokenMint TokenPause TokenReject TokenRevokeKycFromAccount TokenUnfreezeAccount TokenUnpause TokenUpdate TokenUpdateNfts TransactionGetFastRecord TransactionGetReceipt TransactionGetRecord TssEncryptionKey TssMessage TssShareSignature TssVote UncheckedSubmit

    Methods

    Properties

    _code: number
    AtomicBatch: RequestType

    Sign a particular atomic batch.

    ConsensusCreateTopic: RequestType

    Create Topic

    ConsensusDeleteTopic: RequestType

    Delete Topic

    ConsensusGetTopicInfo: RequestType

    Get Topic information

    ConsensusSubmitMessage: RequestType

    Submit message to topic

    ConsensusUpdateTopic: RequestType

    Update Topic

    ContractAutoRenew: RequestType

    Contract Auto Renew

    ContractCall: RequestType

    Smart Contract Call

    ContractCallLocal: RequestType

    Smart Contract Call

    ContractCreate: RequestType

    Smart Contract Create Contract

    ContractDelete: RequestType

    delete contract

    ContractGetBytecode: RequestType

    Smart Contract, get the runtime code

    ContractGetInfo: RequestType

    Smart Contract get info

    ContractGetRecords: RequestType

    Contract get the transaction records

    ContractUpdate: RequestType

    Smart Contract update contract

    CreateTransactionRecord: RequestType

    Create Tx Record

    CrsPublication: RequestType

    Sign a particular CRS publication.

    CryptoAccountAutoRenew: RequestType

    Crypto Auto Renew

    CryptoAddLiveHash: RequestType

    Add a livehash to a crypto account

    CryptoApproveAllowance: RequestType

    Approve allowance for a spender relative to the owner account

    CryptoCreate: RequestType

    crypto create account

    CryptoDelete: RequestType

    crypto delete account

    CryptoDeleteAllowance: RequestType

    Deletes granted allowances on owner account

    CryptoDeleteLiveHash: RequestType

    Delete a livehash from a crypto account

    CryptoGetAccountBalance: RequestType

    crypto get account balance

    CryptoGetAccountRecords: RequestType

    crypto get account record

    CryptoGetInfo: RequestType

    Crypto get info

    CryptoGetLiveHash: RequestType

    Get a live hash from a crypto account

    CryptoGetStakers: RequestType

    Crypto, get the stakers for the node

    CryptoTransfer: RequestType

    crypto transfer

    CryptoUpdate: RequestType

    crypto update account

    EthereumTransaction: RequestType

    Ethereum Transaction

    FileAppend: RequestType

    File Operation append file

    FileCreate: RequestType

    File Operation create file

    FileDelete: RequestType

    File Operation delete file

    FileGetContents: RequestType

    File Operations get file contents

    FileGetInfo: RequestType

    File Operations get the info of the file

    FileUpdate: RequestType

    File Operation update file

    Freeze: RequestType

    freeze

    GetAccountDetails: RequestType

    Gets all the information about an account, including balance and allowances. This does not get the list of account records.

    GetByKey: RequestType

    Smart Contract, get by key

    GetBySolidityID: RequestType

    Smart Contract, get by solidity ID

    GetVersionInfo: RequestType

    Get Version

    HintsKeyPublication: RequestType

    Publish a hinTS key to the network.

    HintsPartialSignature: RequestType

    Sign a partial signature for the active hinTS construction.

    HintsPreprocessingVote: RequestType

    Vote for a particular preprocessing output of a hinTS construction.

    HistoryAssemblySignature: RequestType

    Sign a particular history assembly.

    HistoryProofKeyPublication: RequestType

    Publish a roster history proof key to the network.

    HistoryProofVote: RequestType

    Vote for a particular history proof.

    NetworkGetExecutionTime: RequestType

    Get execution time(s) by TransactionID, if available

    NodeCreate: RequestType

    A transaction body for a createNode request.

    NodeDelete: RequestType

    A transaction body for a deleteNode request.

    NodeStakeUpdate: RequestType

    Updates the staking info at the end of staking period to indicate new staking period has started.

    NodeUpdate: RequestType

    A transaction body for an updateNode request.

    UNSPECIFIED - Need to keep first value as unspecified because first element is ignored and not parsed (0 is ignored by parser)

    Generates a pseudorandom number.

    ScheduleCreate: RequestType

    Create Scheduled Transaction

    ScheduleDelete: RequestType

    Delete Scheduled Transaction

    ScheduleGetInfo: RequestType

    Get Scheduled Transaction Information

    ScheduleSign: RequestType

    Sign Scheduled Transaction

    StateSignatureTransaction: RequestType

    Submit a signature of a state root hash gossiped to other nodes

    SystemDelete: RequestType

    system delete file

    SystemUndelete: RequestType

    system undelete file

    TokenAccountWipe: RequestType

    Wipe token amount from Account holder

    TokenAirdrop: RequestType

    Airdrop one or more tokens to one or more accounts.

    TokenAssociateToAccount: RequestType

    Associate tokens to an account

    TokenBurn: RequestType

    Burn tokens from treasury

    TokenCancelAirdrop: RequestType

    Remove one or more pending airdrops from state on behalf of the sender(s) for each airdrop.

    TokenClaimAirdrop: RequestType

    Claim one or more pending airdrops

    TokenCreate: RequestType

    Create Token

    TokenDelete: RequestType

    Delete Token

    TokenDissociateFromAccount: RequestType

    Dissociate tokens from an account

    TokenFeeScheduleUpdate: RequestType

    Update a token's custom fee schedule, if permissible

    TokenFreezeAccount: RequestType

    Freeze Account

    TokenGetAccountNftInfos: RequestType

    Get Token Account Nft Information

    TokenGetInfo: RequestType

    Get Token information

    TokenGetNftInfo: RequestType

    Get Token Nft Information

    TokenGetNftInfos: RequestType

    Get Token Nft List Information

    TokenGrantKycToAccount: RequestType

    Grant KYC to Account

    TokenMint: RequestType

    Mint tokens to treasury

    TokenPause: RequestType

    Pause the Token

    TokenReject: RequestType

    Transfer one or more token balances held by the requesting account to the treasury for each token type.

    TokenRevokeKycFromAccount: RequestType

    Revoke KYC from Account

    TokenUnfreezeAccount: RequestType

    Unfreeze Account

    TokenUnpause: RequestType

    Unpause the Token

    TokenUpdate: RequestType

    Update Token

    TokenUpdateNfts: RequestType

    Update the metadata of one or more NFT's of a specific token type.

    TransactionGetFastRecord: RequestType

    Get a record for a transaction (lasts 180 seconds)

    TransactionGetReceipt: RequestType

    Transaction Get Receipt

    TransactionGetRecord: RequestType

    Crypto get the transaction records

    TssEncryptionKey: RequestType

    Submit a node public tss encryption key as part of the Threshold Signature Scheme (TSS).

    TssMessage: RequestType

    (TSS) Messages for a candidate roster.

    TssShareSignature: RequestType

    Communicates a node's signature of a block hash using its private share within the TSS process

    TssVote: RequestType

    Vote on the validity of Threshold Signature Scheme (TSS)

    UncheckedSubmit: RequestType

    Methods