interface GCREditIdentity {
    account: string;
    context: "xm" | "web2";
    data: XMCoreTargetIdentityPayload | XmGCRIdentityData | Web2GCRData;
    isRollback: boolean;
    operation: "add" | "remove";
    txhash: string;
    type: "identity";
}

Properties

account: string
context: "xm" | "web2"
isRollback: boolean
operation: "add" | "remove"
txhash: string
type