CustomSource: {
    address: Address;
    signMessage: (({ message }) => Promise<Hash>);
    signTransaction: (<TTransactionSerializable>(transaction, args?) => Promise<IsNarrowable<TransactionSerialized<GetTransactionType<TTransactionSerializable>>, Hash> extends true
        ? TransactionSerialized<GetTransactionType<TTransactionSerializable>>
        : Hash>);
    signTypedData: (<const TTypedData, TPrimaryType>(typedData) => Promise<Hash>);
}

Type declaration

Generated using TypeDoc