Interface OperationContentsActivateAccount

interface OperationContentsActivateAccount {
    kind: ACTIVATION;
    pkh: string;
    secret: string;
}

Properties

Properties

pkh: string
secret: string

Generated using TypeDoc