Type alias KeystoreRPCCodec<T>

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

Type Parameters

  • T = any

Type declaration

Generated using TypeDoc