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

SigningRequestConstants

PreviousSigningRequestAbiNextSigningRequestCreateArguments

Last updated 2 years ago

Static Class containing Constants used with the SigningRequest Package.

Summary

Members
Descriptions

Checks if an action is an IdentityRequest.

Checks if an transaction has TAPOS (Transaction as Proof of Stake) properties set.

Converts the chainId-Object to a KeyValuePair<string, object>.

Members

public static bool (Action action)

Checks if an action is an IdentityRequest.

Parameters

  • action The action to be checked.

Returns

Returns true if the action passed is an IdentityRequest, returns false if not

public static bool (Transaction tx)

Checks if an transaction has TAPOS (Transaction as Proof of Stake) properties set.

Parameters

  • tx The transaction to be checked.

Returns

Returns true if the transaction passed has TAPOS, returns false if not

Converts the chainId-Object to a KeyValuePair<string, object>.

Parameters

  • chainId The chainId-Object to be converted, can either be of type string (Chain-Id or Chain-Name), ChainName-Enum, byte.

Returns

Returns a KeyValuePair<string, object> defining the variant-name and the object

public static bool (Action action)

public static bool (Transaction tx)

public static KeyValuePair< string, object > (object chainId)

public static KeyValuePair< string, object > (object chainId)

IsIdentity
HasTapos
VariantId
IsIdentity
HasTapos
VariantId