Interface: GalaChainSigner
A transaction signing interface. See PrivateKeySigner and GalaWalletSigner for implementations.
Properties
signObject()
signObject: <TObjectType>(methodName, object) => Promise<TObjectType & object>;
Type Parameters
Type Parameter |
---|
TObjectType extends Record <string , unknown > |
Parameters
Parameter | Type |
---|---|
methodName | string |
object | TObjectType |
Returns
Promise
<TObjectType
& object
>