interface ChannelSetAddressAction {
    action: "setAddress";
    address?: _BaseAddress;
}

Properties

Properties

action: "setAddress"
address?: _BaseAddress

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc