addAccountSigner

fun addAccountSigner(signerAddress: AccountKeyPair, signerWeight: Int): T

Add new signer to the account. Use caution when adding new signers, make sure you set the correct signer weight. Otherwise, you might lock the account irreversibly.

This transaction can be sponsored.

Return

transaction

Parameters

signerAddress

Stellar address of the signer that is added

signerWeight

Signer weight

Throws