프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$privateKey | |||
$sin |
메소드 | 설명 | |
---|---|---|
__toString ( ) : string | Returns the compressed public key value | |
createFromPrivateKey ( |
||
generate ( |
Generates an uncompressed and compressed EC public key. | |
getSin ( ) : |
||
isValid ( ) : boolean | Checks to see if the public key is not blank and contains valid decimal and hex valules for this->hex & this->dec | |
setPrivateKey ( |
public __toString ( ) : string | ||
리턴 | string |
public static createFromPrivateKey ( |
||
$private |
public generate ( |
||
$privateKey | ||
리턴 | Bitpay\PublicKey |
public setPrivateKey ( |
||
$privateKey | ||
리턴 | bitpay\KeyInterface |