Interface FindTransactionStatusResult

interface FindTransactionStatusResult {
    status: string;
}

Properties

Properties

status: string