SigningRequestCreateArguments
Summary
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
Action
Single action to create request with.
public Action[]
Actions
Multiple actions to create request with.
public Transaction
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
Identity
Create an identity request.
public string
ChainId
Chain to use, defaults to EOS main-net if omitted.
public bool?
Broadcast
Whether wallet should broadcast tx, defaults to true.
public object
Callback
Optional callback URL the signer should hit after broadcasting or signing. Passing a string means background = false.
public object
Info
Optional metadata to pass along with the request.
Last updated