public class Program extends Object implements Serializable
| 构造器和说明 |
|---|
Program() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(BinaryReader reader) |
static byte[] |
ProgramFromMultiPubKey(int m,
byte[]... publicKeys) |
static byte[] |
ProgramFromParams(byte[][] sigData) |
static byte[] |
ProgramFromPubKey(byte[] publicKey) |
void |
serialize(BinaryWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic void deserialize(BinaryReader reader) throws IOException
deserialize 在接口中 SerializableIOExceptionpublic void serialize(BinaryWriter writer) throws IOException
serialize 在接口中 SerializableIOExceptionpublic static byte[] ProgramFromParams(byte[][] sigData)
throws IOException
IOExceptionpublic static byte[] ProgramFromPubKey(byte[] publicKey)
throws Exception
ExceptionCopyright © 2022. All rights reserved.