Interface NpfLayoutAsk

interface NpfLayoutAsk {
    attribution: any;
    blocks: readonly number[];
    type: "ask";
}

Properties

attribution: any
blocks: readonly number[]
type: "ask"