interface GCREditAssign {
    account: string;
    context: "native" | "xm" | "web2";
    isRollback: boolean;
    txhash: string;
    type: "assign";
}

Properties

account: string
context: "native" | "xm" | "web2"
isRollback: boolean
txhash: string
type