Contract parameter for a BN.
Note that unlike most of the client APIs,we use a BN instead of a BigNumber here to indicate that this is an integer value.
For example,an IntegerContractParameter that represents a NEO value of 10 would be a new BN(10_00000000).