interface GCREditSubnetsTx {
    account: string;
    isRollback: boolean;
    txhash: string;
    type: "subnetsTx";
}

Properties

account: string
isRollback: boolean
txhash: string
type