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

TransactionContext

PreviousSigningRequestEncodingOptionsNextTransactionHeader

Last updated 2 years ago

Context used to resolve a transaction. Compatible with the JSON response from a get_block call.

Summary

Members
Descriptions

Timestamp expiration will be derived from.

How many seconds in the future to set expiration when deriving from timestamp. Defaults to 60 seconds if unset.

Block number ref_block_num will be derived from.

Reference block number, takes precedence over block_num if both is set.

Reference block prefix.

Expiration timestamp, takes precedence over timestamp and expire_seconds if set.

Members

public DateTime?

Timestamp expiration will be derived from.

public uint?

How many seconds in the future to set expiration when deriving from timestamp. Defaults to 60 seconds if unset.

public ushort?

Block number ref_block_num will be derived from.

public ushort?

Reference block number, takes precedence over block_num if both is set.

Reference block prefix.

Expiration timestamp, takes precedence over timestamp and expire_seconds if set.

public DateTime?

public uint?

public ushort?

public ushort?

public uint?

public DateTime?

public uint?

public DateTime?

Timestamp
ExpireSeconds
BlockNum
RefBlockNum
RefBlockPrefix
Expiration
Timestamp
ExpireSeconds
BlockNum
RefBlockNum
RefBlockPrefix
Expiration