Interface MoveEventFilter

interface MoveEventFilter {
    account: string;
    type: string;
}

Properties

Properties

account: string
type: string