OperationConfig: {
    authenticator?: Authenticator;
    signers?: Signer[];
    skipFtSigning?: boolean;
}

Configuration options for an operation.

Type declaration

  • Optional authenticator?: Authenticator

    An optional authenticator instance used for the operation.

  • Optional signers?: Signer[]

    An optional array of FtKeyStore instances that will be used to sign this operation.

  • Optional skipFtSigning?: boolean

    Determines wether operation should skip ft signing with the provided keys