Type alias TransactionJSON

TransactionJSON: JSONObject<TransactionAttrs> & {
    id: string;
}

Generated using TypeDoc