SignCraftingRequest

interface SignCraftingRequest {
    multi_caller: SignCraftingRequestMultiCaller;
    reference_id: string;
    calls: Call[];
    expires_at: string;
}

Properties

SignCraftingRequest

reference_id: string

The id of this request in the system that originates the crafting request, specified as a 32 byte hex string

SignCraftingRequest

calls: Call[]

The calls to be signed

SignCraftingRequest

expires_at: string

The expiration time of the request

SignCraftingRequest