Type Alias KeystoreRPCCodec<T>

KeystoreRPCCodec<T>: {
    decode(input: Uint8Array | Reader, length?: number): T;
    encode(message: T, writer?: Writer): Writer;
}

Type Parameters

  • T = any