Uses of Class
com.algorand.algosdk.crypto.MultisigAddress
-
Packages that use MultisigAddress Package Description com.algorand.algosdk.account com.algorand.algosdk.crypto -
-
Uses of MultisigAddress in com.algorand.algosdk.account
Methods in com.algorand.algosdk.account with parameters of type MultisigAddress Modifier and Type Method Description SignedTransaction
Account. appendMultisigTransaction(MultisigAddress from, SignedTransaction signedTx)
appendMultisigTransaction appends our signature to the given multisig transaction.byte[]
Account. appendMultisigTransactionBytes(MultisigAddress from, byte[] txBytes)
appendMultisigTransactionBytes is a convenience method for directly appending our signature to a raw tx file.LogicsigSignature
Account. signLogicsig(LogicsigSignature lsig, MultisigAddress ma)
Sign LogicSig as multisigSignedTransaction
Account. signMultisigTransaction(MultisigAddress from, Transaction tx)
signMultisigTransaction creates a multisig transaction from the input and the multisig account.byte[]
Account. signMultisigTransactionBytes(MultisigAddress from, Transaction tx)
signMultisigTransactionBytes is a convenience method for signing a multistransaction into bytesConstructors in com.algorand.algosdk.account with parameters of type MultisigAddress Constructor Description LogicSigAccount(byte[] logic, List<byte[]> args, PrivateKey privateKey, MultisigAddress ma)
Creates a new delegated LogicSigAccount. -
Uses of MultisigAddress in com.algorand.algosdk.crypto
Methods in com.algorand.algosdk.crypto that return MultisigAddress Modifier and Type Method Description MultisigAddress
MultisigSignature. convertToMultisigAddress()
-