Default account state extension.

1.1.0

interface DefaultAccountStateExt {
    state: number;
    type: "DefaultAccountState";
}

Properties

Properties

state: number
type