Property | Type | Description | |
---|---|---|---|
CompressedPublicKey | byte[] | ||
PrivateKey | byte[] | ||
PublicKey | byte[] | ||
PublicKeyHash | UInt160 | ||
address | string | ||
signatureHash | UInt160 | ||
signatureScript | string |
Method | Description | |
---|---|---|
CreateSignatureScript ( Array bytes ) : string | ||
Dispose ( ) : void | ||
KeyPair ( Array privateKey ) : NeoGasLibrary.Cryptography |
Method | Description | |
---|---|---|
GetWIF ( ) : string | ||
XOR ( Array x, Array y ) : byte[] |
public static CreateSignatureScript ( Array bytes ) : string | ||
bytes | Array | |
return | string |
public KeyPair ( Array privateKey ) : NeoGasLibrary.Cryptography | ||
privateKey | Array | |
return | NeoGasLibrary.Cryptography |