Interface RPCIinit

interface RPCIinit {
    valueCodecs?: ValueCodec<any>[];
}

Properties

Properties

valueCodecs?: ValueCodec<any>[]