Type alias PendingTransactionResponse

PendingTransactionResponse: {
    expiration_timestamp_secs: string;
    gas_unit_price: string;
    hash: string;
    max_gas_amount: string;
    payload: TransactionPayloadResponse;
    sender: string;
    sequence_number: string;
    signature?: TransactionSignature;
    type: Pending;
}

Type declaration

Generated using TypeDoc