pub fn create_program<Buffer: AsRef<[u8]>>(
    code_id: CodeId,
    payload: Buffer
) -> CreateProgramBuilder<(CodeIdW, PayloadBytesW<Buffer>, (), (), ())>
Expand description

Creates a builder that allows to create a new program from the already existing on-chain code.