Type alias BootstrapVatParams
BootstrapVatParams: {
argv: {
FIXME_GCI: string;
PROVISIONER_INDEX?: number;
hardcodedClientAddresses?: string[];
};
}
Type declaration
argv: {
FIXME_GCI: string;
PROVISIONER_INDEX?: number;
hardcodedClientAddresses?: string[];
}
FIXME_GCI: string
Optional
PROVISIONER_INDEX?: number
Optional
hardcodedClientAddresses?: string[]