Type alias SimpleWalletFormat

SimpleWalletFormat: WithAccountKeys & {
    address: Base58String;
    credentials: Record<number, HexString>;
}

Generated using TypeDoc