Skip to main content

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

ParameterType
methodNamestring
objectTObjectType

Returns

Promise<TObjectType & object>