| 程序包 | 说明 |
|---|---|
| com.alipay.mychain.sdk.vm |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DCVMParameter |
| 限定符和类型 | 方法和说明 |
|---|---|
WASMParameter |
WASMParameter.addBool(boolean value)
add bool call parameter
|
WASMParameter |
WASMParameter.addBooleanArray(List<Boolean> booleans)
add Boolean array call paramter
|
WASMParameter |
WASMParameter.addBytes(byte[] value)
add Bytes(Dynamic bytes) call parameters
|
WASMParameter |
WASMParameter.addFloat32(float value)
添加float
|
WASMParameter |
WASMParameter.addFloat32Array(List<Float> values)
添加float 的数组
|
WASMParameter |
WASMParameter.addFloat64(double value)
添加double value
|
WASMParameter |
WASMParameter.addFloat64Array(List<Double> values)
添加double 的数组
|
WASMParameter |
WASMParameter.addIdentity(Hash hash) |
WASMParameter |
WASMParameter.addIdentityArray(List<byte[]> identities) |
WASMParameter |
WASMParameter.addInt128(BigInteger value)
add Int(Int128) call parameter
|
WASMParameter |
WASMParameter.addInt128Array(List<BigInteger> intValues)
add Int array(Int128 array) call paramter
|
WASMParameter |
WASMParameter.addInt16(BigInteger value)
add Int(Int16) call parameter
|
WASMParameter |
WASMParameter.addInt16Array(List<BigInteger> intValues)
add Int array(Int64 array) call paramter
|
WASMParameter |
WASMParameter.addInt32(BigInteger value)
add Int(Int32) call parameter
|
WASMParameter |
WASMParameter.addInt32Array(List<BigInteger> intValues)
add Int array(Int32 array) call paramter
|
WASMParameter |
WASMParameter.addInt64(BigInteger value)
add Int(Int64) call parameter
|
WASMParameter |
WASMParameter.addInt64Array(List<BigInteger> intValues)
add Int array(Int64 array) call paramter
|
WASMParameter |
WASMParameter.addInt8(BigInteger value)
add Int(Int8) call parameter
|
WASMParameter |
WASMParameter.addInt8Array(List<BigInteger> intValues)
add Int array(Int8 array) call paramter
|
WASMParameter |
WASMParameter.addPairArray(List<Pair<? extends Type,? extends Type>> inputValues) |
WASMParameter |
WASMParameter.addString(String value)
add String call parameter
|
WASMParameter |
WASMParameter.addUInt128(BigInteger value)
add Uint(Int64) call parameter
|
WASMParameter |
WASMParameter.addUint128Array(List<BigInteger> uIntValues)
add Uint128 array call paramter
|
WASMParameter |
WASMParameter.addUInt16(BigInteger value)
add Uint(Int16) call parameter
|
WASMParameter |
WASMParameter.addUint16Array(List<BigInteger> uIntValues)
add Uint16 array call paramter
|
WASMParameter |
WASMParameter.addUInt32(BigInteger value)
add Uint(Int32) call parameter
|
WASMParameter |
WASMParameter.addUint32Array(List<BigInteger> uIntValues)
add Uint32 array call paramter
|
WASMParameter |
WASMParameter.addUInt64(BigInteger value)
add Uint(Int64) call parameter
|
WASMParameter |
WASMParameter.addUint64Array(List<BigInteger> uIntValues)
add Uint64 array call paramter
|
WASMParameter |
WASMParameter.addUInt8(BigInteger value)
add Uint(Int8) call parameter
|
WASMParameter |
WASMParameter.addUint8Array(List<BigInteger> uIntValues)
add Uint8 array call paramter
|
WASMParameter |
WASMParameter.addUtfStringArray(List<String> strings)
add String array call paramter
|
WASMParameter |
WASMParameter.addWASMString(byte[] value) |
WASMParameter |
WASMParameter.addWASMStringArray(List<byte[]> strings) |
Copyright © 2022. All rights reserved.