Creates a Symbol facade.
Symbol network or network name.
Underlying network.
Underlying transaction factory.
Static
AddressNetwork address class type.
Static
BIP32_BIP32 curve name.
Static
KeyNetwork key pair class type.
Static
VerifierNetwork verifier class type.
Static
deriveDerives shared key from key pair and other party's public key.
Shared encryption key.
Gets class type.
Class type.
Cosigns a Symbol transaction.
Key pair of the cosignatory.
Transaction object.
Optional
detached: boolean\c true if resulting cosignature is appropriate for network propagation. \c false if resulting cosignature is appropriate for attaching to an aggregate.
Signed cosignature.
Creates a Symbol account from a private key.
Account private key.
Symbol account.
Creates an embedded transaction from a (typed) transaction descriptor.
Transaction (typed) descriptor.
Signer public key.
Created embedded transaction.
Creates a Symbol public account from a public key.
Account public key.
Symbol public account.
Creates a transaction from a (typed) transaction descriptor.
Transaction (typed) descriptor.
Signer public key.
Fee multiplier.
Approximate seconds from now for deadline.
Optional
cosignatureCount: numberNumber of cosignature spaces to reserve.
Created transaction.
Gets the payload to sign given a Symbol transaction.
Transaction object.
Verifiable data to sign.
Hashes a Symbol transaction.
Transaction object.
Transaction hash.
Creates a network timestamp representing the current time.
Network timestamp representing the current time.
Signs a Symbol transaction.
Key pair.
Transaction object.
Transaction signature.
Verifies a Symbol transaction.
Transaction object.
Signature to verify.
\c true if transaction signature is verified.
Static
bip32Static
cosignCosigns a Symbol transaction hash.
Signed cosignature.
Static
hashHashes embedded transactions of an aggregate transaction.
Embedded transactions to hash.
Aggregate transactions hash.
Facade used to interact with Symbol blockchain.