gillFunctions
checkedTransactionSigner
function checkedTransactionSigner<TAddress>(input): TransactionSigner<TAddress>;Type Parameters
| Type Parameter | Default type |
|---|---|
TAddress extends string | string |
Parameters
| Parameter | Type |
|---|---|
input | Address<TAddress> | TransactionSigner<TAddress> |
Returns
TransactionSigner<TAddress>