SimpleV0: {
    simpleV0: {
        grants: SimpleV0Grant[];
        keepAlive?: boolean;
        memo?: Memo;
        tokens: Type[];
    };
}

Simple v0 lock controller configuration.

Type declaration

  • simpleV0: {
        grants: SimpleV0Grant[];
        keepAlive?: boolean;
        memo?: Memo;
        tokens: Type[];
    }
    • grants: SimpleV0Grant[]

      Capability grants.

    • Optional keepAlive?: boolean

      Whether the lock must remain alive until expiry unless explicitly cancelled.

    • Optional memo?: Memo

      Optional controller memo.

    • tokens: Type[]

      Token ids the lock can hold.

Generated using TypeDoc