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

SigningRequestCreateArguments

PreviousSigningRequestConstantsNextSigningRequestCreateIdentityArguments

Last updated 2 years ago

Summary

Members
Descriptions

Single action to create request with.

Multiple actions to create request with.

Full or partial transaction to create request with. If TAPoS info is omitted it will be filled in when resolving the request.

Create an identity request.

Chain to use, defaults to EOS main-net if omitted.

Whether wallet should broadcast tx, defaults to true.

Optional callback URL the signer should hit after broadcasting or signing. Passing a string means background = false.

Optional metadata to pass along with the request.

Members

public Action

Single action to create request with.

public Action[]

Multiple actions to create request with.

public Transaction

Full or partial transaction to create request with. If TAPoS info is omitted it will be filled in when resolving the request.

public IdentityV2

Create an identity request.

Chain to use, defaults to EOS main-net if omitted.

Whether wallet should broadcast tx, defaults to true.

Optional callback URL the signer should hit after broadcasting or signing. Passing a string means background = false.

Optional metadata to pass along with the request.

public Action

public Action[]

public Transaction

public IdentityV2

public string

public bool?

public object

public object

public string

public bool?

public object

public object

Action
Actions
Transaction
Identity
ChainId
Broadcast
Callback
Info
Action
Actions
Transaction
Identity
ChainId
Broadcast
Callback
Info