Interface ActionPostResponse<T>

Response body payload returned from the Action POST Request

interface ActionPostResponse<T> {
    links?: {
        next: NextActionLink;
    };
    message?: string;
    transaction: string;
}

Type Parameters

Properties

links?: {
    next: NextActionLink;
}

Type declaration

  • next: NextActionLink

    The next action in a successive chain of actions to be obtained after the previous was successful.

message?: string

describes the nature of the transaction

transaction: string

base64 encoded serialized transaction