Class Types.CodecArg

  • Enclosing interface:
    Types

    public static class Types.CodecArg
    extends java.lang.Object
    export type CodecArg = Codec | BN | Boolean | String | Uint8Array | boolean | number | string | undefined | CodecArgArray | CodecArgObject;
    • Constructor Summary

      Constructors 
      Constructor Description
      CodecArg()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodecArg

        public CodecArg()