WAX Unity Web3 Suite
AnchorLink
AnchorLink
  • Getting Started
  • Installation
    • WebGL installation
  • Examples
    • Quick Start
    • Login
    • Transact (with a Session)
    • Transact (without a Session)
    • Token Transfer
    • Vote
    • Manage CPU/NET
    • Sell Ram
    • Buy Ram
    • Bid Name
  • API Docs
    • AnchorLinkSharp
      • AnchorLink
      • ChannelInfo
      • Defaults
      • IdentifyResult
      • LinkAbiData
      • LinkCallback
      • LinkChannelSession
      • LinkChannelSessionData
      • LinkConstants
      • LinkCreate
      • LinkFallbackSession
      • LinkFallbackSessionData
      • LinkInfo
      • LinkOptions
      • LinkSession
      • LinkSessionDataBase
      • LinkSessionDataConverter
      • LinkSignatureProvider
      • LinkSignatureProviderArgs
      • LinkUtils
      • LoginResult
      • SealedMessage
      • SerializedLinkSession
      • TransactArgs
      • TransactOptions
      • TransactResult
      • WebSocketWrapper
      • Interfaces
        • ILinkOptions
        • ILinkStorage
        • ILinkTransport
      • Exceptions
        • LinkException
        • IdentityException
        • CancelException
        • SessionException
    • EosioSigningRequest
      • AbiConstants
      • CallbackPayload
      • IZlibProvider
      • IdentityV2
      • IdentityV3
      • InfoPair
      • RejectedPayload
      • RequestSignature
      • ResolvedCallback
      • ResolvedSigningRequest
      • SigningRequest
      • SigningRequestAbi
      • SigningRequestConstants
      • SigningRequestCreateArguments
      • SigningRequestCreateIdentityArguments
      • SigningRequestData
      • SigningRequestEncodingOptions
      • TransactionContext
      • TransactionHeader
    • AnchorLinkTransportSharp
      • Transports
        • UnityTransport
        • UnityCanvasTransport
        • UnityUiToolkitTransport
          • ScreenBase
          • PanelBase
          • FailurePanel
          • LoadingPanel
          • QrCodePanel
          • SigningTimerPanel
          • SuccessPanel
          • TimeoutPanel
          • Utils
      • StorageProviders
        • PlayerPrefsStorage
        • JsonLocalStorage
      • TransportOptions
      • NetZlibProvider
Powered by GitBook
On this page
  • Summary
  • Members
Edit on GitHub
  1. API Docs
  2. EosioSigningRequest

TransactionHeader

PreviousTransactionContextNextAnchorLinkTransportSharp

Last updated 2 years ago

Summary

Members
Descriptions

The time at which a transaction expires.

Specifies a block num in the last 2^16 blocks.

specifies the lower 32 bits of the blockid at get_ref_blocknum

Upper limit on total network bandwidth (in 8 byte words) billed for this transaction.

Upper limit on the total CPU time billed for this transaction.

Number of seconds to delay this transaction for during which it may be canceled.

Members

public DateTime?

The time at which a transaction expires.

public ushort?

Specifies a block num in the last 2^16 blocks.

public uint?

specifies the lower 32 bits of the blockid at get_ref_blocknum

public uint?

Upper limit on total network bandwidth (in 8 byte words) billed for this transaction.

Upper limit on the total CPU time billed for this transaction.

Number of seconds to delay this transaction for during which it may be canceled.

public DateTime?

public ushort?

public uint?

public uint?

public byte?

public uint?

public byte?

public uint?

Expiration
RefBlockNum
RefBlockPrefix
MaxNetUsageWords
MaxCpuUsageMs
DelaySec
Expiration
RefBlockNum
RefBlockPrefix
MaxNetUsageWords
MaxCpuUsageMs
DelaySec