Variable DEFAULT_PERMISSIONSConst

DEFAULT_PERMISSIONS: {
    approvedCallTargets: never[];
    expirationDate: BigNumber;
    nativeTokenLimitPerTransaction: string;
    startDate: BigNumber;
} = ...

Type declaration

  • approvedCallTargets: never[]
  • expirationDate: BigNumber
  • nativeTokenLimitPerTransaction: string
  • startDate: BigNumber

Generated using TypeDoc