Interface GCREditAssignIdentity

interface GCREditAssignIdentity {
    account: string;
    identity: any;
    isRollback: boolean;
    txhash: string;
    type: "identity";
}

Properties

account: string
identity: any
isRollback: boolean
txhash: string
type