Type alias PreparePermissionResponse

PreparePermissionResponse: {
    action: Execution;
    permissionIds: Hex[];
    sessions: Session[];
}

Type declaration

  • action: Execution

    The execution object for the action.

  • permissionIds: Hex[]

    Array of permission IDs for the created sessions.

  • sessions: Session[]

    The sessions that were created.