SigningRequestData
Summary
Members | Descriptions |
---|---|
| Hash representing the ID of the chain. |
| The actual Request. |
| Flags set for this Request (Broadcast, Background etc.) |
| THe Callback Url. |
| SigningRequest Metadata. |
Members
public KeyValuePair< string, object >
ChainId
Hash representing the ID of the chain.
public KeyValuePair< string, object >
Req
The actual Request.
public byte
Flags
Flags set for this Request (Broadcast, Background etc.)
public string
Callback
THe Callback Url.
public List< object >
Info
SigningRequest Metadata.
Last updated