Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.63 KB

EosioSigningRequest--ResolvedCallback.md

File metadata and controls

26 lines (15 loc) · 1.63 KB

class EosioSigningRequest::ResolvedCallback

Context used to resolve a callback. Compatible with the JSON response from a push_transaction call.

Summary

Members Descriptions
public string Url The URL to hit.
public bool Background Whether to run the request in the background. For a https url this means POST in the background instead of a GET redirect.
public CallbackPayload Payload The callback payload as a object that should be encoded to JSON and POSTed to background callbacks.

Members

public string Url

The URL to hit.

public bool Background

Whether to run the request in the background. For a https url this means POST in the background instead of a GET redirect.

The callback payload as a object that should be encoded to JSON and POSTed to background callbacks.