Skip to content

api.procedures.types.SkipChecksOpt

prashantasdeveloper edited this page May 1, 2025 · 4 revisions

Interface: SkipChecksOpt

api/procedures/types.SkipChecksOpt

Table of contents

Properties

Properties

accountFrozen

Optional accountFrozen: boolean

whether to skip the account frozen check

Defined in

api/procedures/types.ts:106


agentPermissions

Optional agentPermissions: boolean

whether to skip the agent permissions check

Defined in

api/procedures/types.ts:102


identity

Optional identity: boolean

whether to skip the identity check (i.e. whether the signing Account has an associated Identity)

Defined in

api/procedures/types.ts:110


roles

Optional roles: boolean

whether to skip the roles check

Defined in

api/procedures/types.ts:94


signerPermissions

Optional signerPermissions: boolean

whether to skip the signer permissions check

Defined in

api/procedures/types.ts:98

Clone this wiki locally